|
|
Reference List Window Library |
![]() |
|
Win | Window identification number. |
X1 | X-coordinate of the start point of the line. |
Y1 | Y-coordinate of the start point of the line. |
X2 | X-coordinate of the end point of the line. |
Y2 | Y-coordinate of the end point of the line. |
Mb | Status of the mouse at return time. |
Action | Address of a function called with each mouse movement. |
Pull up a rubber band line. |
![]() |
|
Win | Window identification number. |
Return the 'GWorldPtr'. |
![]() |
|
Win | Window identification number. |
Determine height of letters. |
![]() |
|
Win | Window identification number. |
Determine width of letters. |
![]() |
|
Win | Window identification number. |
Determine current cursor line. |
![]() |
|
Win | Window identification number. |
Return the set background color. |
![]() |
|
Win | Window identification number. |
Return the set text style. |
![]() |
|
Win | Window identification number. |
Return the set text font. |
![]() |
|
Win | Window identification number. |
Return the set text color. |
![]() |
|
Win | Window identification number. |
Y | Number of the line, whose length should be queried. |
Determine length of text window line. |
![]() |
|
Win | Window identification number. |
Y | Number of the line, whose content should be queried. |
Get text window line. |
![]() |
|
Win | Window identification number. |
Return the set text size. |
![]() |
|
Win | Window identification number. |
Query input of a character. |
![]() |
|
Win | Window identification number. |
Test whether the input of one line has been concluded. |
![]() |
|
Win | Window identification number. |
Return the X-position of the cursor within the input line. |
![]() |
|
Win | Window identification number. |
Return the entered string. |
![]() |
|
Win | Window identification number. |
Determine current cursor column. |
![]() |
|
Win | Window identification number. |
Determine if window has been closed. |
![]() |
|
Win | Window identification number. |
Query the window flags. |
![]() |
|
Win | Window identification number. |
Height of information line. |
![]() |
|
Win | Window identification number. |
Query information line. |
![]() |
|
Win | Window identification number. |
Determine structure of marginal area. |
![]() |
|
Win | Window identification number. |
Query window name. |
![]() |
|
Win | Window identification number. |
Return the 'WindowPtr'. |
![]() |
|
Win | Window identification number. |
Determine window type. |
![]() |
|
Win | Window identification number. |
Determine the number of the active window. |
![]() |
|
Win | Window identification number. |
Activate graphics window. |
![]() |
|
Win | Window identification number. |
Deactivate graphics window. |
![]() [,Virt_W,Virt_H],Name$ Gwin_Open R Win,Win_X,Win_Y,Win_W,Win_H, Virt_W,Virt_H,Name$,Info$[,Kind] |
|
Win | Window identification number. |
Win_X | X-position of the window on the real screen. |
Win_Y | Y-position of the window on the real screen. |
Win_W | Width of the window. |
Win_H | Height of the window. |
Virt_W | Width of the virtual screen. |
Virt_H | Height of the virtual screen. |
Name$ | The name of the window which is displayed in the title bar. |
Info$ | The content of the info line below the title bar. |
Kind | Window flags. |
. | G_Name | The name of the window is displayed. |
G_Close | The window has a closer. | |
G_Full | The window has a fuller. | |
G_Move | The window can be moved. | |
G_Info | The window has an info line. | |
G_Size | The window has a sizer. | |
G_Uparrow | Display scroll arrow up. | |
G_Dnarrow | Display scroll arrow down. |
. | G_Larrow | Display scroll arrow left. |
G_Rarrow | Display scroll arrow right. | |
G_Vslide | Display the vertical slider bar. | |
G_Hslide | Display the horizontal bar. | |
G_Palette (Bit 14) | Assign the system color palette to the window. | |
G_Hide (Bit 15) |
The window in hided but can be made visible with Win_Reopen. | |
G_All | All marginal elements except the info line are displayed. |
Open graphics window. |
![]() |
|
Win | Window identification number. |
Clear text screen and immediately display result. |
![]() |
|
Win | Window identification number. |
Clear text screen. |
![]() |
|
Win | Window identification number. |
Cause input of a character. |
![]() |
|
Win | Window identification number. |
Cancel input. |
![]() |
|
Has no significance and is only for compatibility reasons available. |
![]() |
|
Win | Window identification number. |
Y | Y-position at which the text should be inserted. |
X | X-position at which the text should be inserted. |
Txt$ | Text to be inserted. |
Insert text. |
![]() |
|
Win | Window identification number. |
Y | Y-position of the text. |
X | X-position of the text. |
Txt$ | Output text. |
Print text virtually and line feed. |
![]() |
|
Win | Window identification number. |
Y | Y-position of the text. |
X | X-position of the text. |
Txt$ | Output text. |
Print text virtually without line feed. |
![]() |
|
Win | Window identification number. |
N | Amount of lines. |
Scroll text window down. |
![]() |
|
Win | Window identification number. |
N | Amount of lines. |
Scroll text window up. |
![]() |
|
Lines | Amount of desired lines. |
Define the maximal amount of lines in text windows. |
![]() |
|
Win | Window identification number. |
Y | Y-position of the text. |
X | X-position of the text. |
Txt$ | Text to be printed. |
Print text and line feed. |
![]() |
|
Win | Window identification number. |
Y | Y-position of the text. |
X | X-position of the text. |
Txt$ | Text to be printed. |
Print text without line feed. |
![]() |
|
Win | Window identification number. |
N | Amount of lines. |
Text window scroll up and display the result immediately. |
![]() |
|
Win | Window identification number. |
N | Amount of lines. |
Text window scroll down and display the result immediately. |
![]() |
|
Win | Window identification number. |
Font_Backcolor | Text background color. |
Set the background color for text output. |
![]() |
|
Win | Window identification number. |
Font_Face | Flags for the individual text styles (same as with TEXT STYLE). |
Set text style. |
![]() |
|
Win | Window identification number. |
Font_Nr | Identification number of the desired font. |
Set text font. |
![]() |
|
Win | Window identification number. |
Font_Forecolor | Text color. |
Set text color. |
![]() |
|
Win | Window identification number. |
Y | Number of the line in which the text should be modified. |
Txt$ | New text. |
Modify text line. |
![]() |
|
Win | Window identification number. |
Font_Size | Font size. |
Set text size. |
![]() |
|
Win | Window identification number. |
Font_Size | Font size. |
Change text size. |
![]() |
|
Win | Window identification number. |
Divert output into a real window. |
![]() |
|
Win | Window identification number. |
Close and delete window. |
![]() |
|
Buffer$ | Contains the event string. |
Closeaction | Address of a function to be called before the window is closed. |
Process window events. |
![]() |
|
Win | Window identification number. |
Bring window to maximal size. |
![]() |
|
Win | Window identification number. |
Step_X | Step size in X-direction. |
Step_Y | Step size in Y-direction. |
Query scroll step size. |
![]() |
|
Win | Window identification number. |
Make window invisible. |
Win_Info Win,Info$ | |
Win | Window identification number. |
Info$ | Text to be displayed into the info line. |
Modify info line. |
![]() |
|
Win | Window identification number. |
Name$ | Text to be dispayed into the title bar. |
Modify the text of the title bar. |
![]() |
|
Win | Window identification number. |
Flags | Window flags. |
Set the window flags. |
![]() |
|
Win | Window identification number. |
Step_X | Step size in X-direction. |
Step_Y | Step size in Y-direction. |
Set scroll step size. |
![]() |
|
Win | Window identification number. |
Bring window to the front. |
|
© 1998-1999 ![]() www.berkhan.com | Home |